Skip to content

RI-7242: Change the tooltip title size from S to XS #4844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 13, 2025

Conversation

dantovska
Copy link
Collaborator

@dantovska dantovska commented Aug 12, 2025

Tooltip size S seems a little too big for the content, so changing it to XS.

Before:
image-20250812-083718

After:
image

pawelangelow
pawelangelow previously approved these changes Aug 12, 2025
@@ -10,7 +10,7 @@ interface RiTooltipContentProps {

export const HoverContent = ({ title, content }: RiTooltipContentProps) => (
<Col>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add some gap to the Col, it seems a bit too tight in the tooltip

Copy link
Collaborator Author

@dantovska dantovska Aug 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Attached the new screenshot. I intentionally added a small gap, because if I add a medium sized one (or bigger), then the content items also seem too tight to each other and when it is one item, it seems far from the title 😄

Copy link
Contributor

github-actions bot commented Aug 12, 2025

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 81.46% 19043/23376
🟡 Branches 66.89% 8328/12451
🟡 Functions 75.25% 4983/6622
🟢 Lines 81.88% 18642/22767

Test suite run success

4879 tests passing in 635 suites.

Report generated by 🧪jest coverage report action from 064c4c5

… wrapped in the theme provider when uses theme functionalities
@KIvanow KIvanow merged commit ebd4944 into main Aug 13, 2025
17 checks passed
@KIvanow KIvanow deleted the fe/feature/RI-7242-decrease-tooltip-title-size branch August 13, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants